Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NBlocksDeque<T> Class
Fields Properties Methods


In This Topic
    NBlocksDeque<T> Class Members
    In This Topic

    The following tables list the members exposed by NBlocksDeque<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of items (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public PropertyGets or sets the item at the specified index (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified item  
    Public MethodRemoves all items from this object (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodGets an iterator that iterates through the items in a reverse order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodInserts the item at the specified index  
    Public MethodOverloaded. Gets the index at which the item appears in the set for the last time, starting from the specified index. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodReturns the last item from the deque, without removing it.  
    Public MethodReturns the first item from the deque, without removing it.  
    Public MethodRemoves and returns the last item from the deque.  
    Public MethodRemoves and returns the first item from the deque.  
    Public MethodPushes the item at the back of the deque (makes it the last item in the deque)  
    Public MethodPushes the item at the front of the deque (makes it the first item in the deque)  
    Public MethodOverloaded. Removes the specified item  
    Public MethodRemoves all occurrence of the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodOverloaded. Removes the last occurrence of the specified item (if any)  
    Public MethodConverts this set to an array. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Top
    See Also